com.supermap.plot

类 AnimationRotate



  • public class AnimationRotate
    extends AnimationGO
    旋转动画
    • 构造器详细资料

      • AnimationRotate

        public AnimationRotate()
    • 方法详细资料

      • setRotateDirection

        public void setRotateDirection(AnimationDefine.RotateDirection rotatedirection)
        设置旋转方向
        参数:
        rotatedirection - 旋转方向
      • setStartAngle

        public void setStartAngle(Point3D startangle)
        设置开始旋转角度
        参数:
        startangle - 开始旋转角度
      • getStartAngle

        public Point3D getStartAngle()
        获取开始旋转角度
        返回:
        开始旋转角度
      • setEndAngle

        public void setEndAngle(Point3D endangle)
        设置结束旋转角度
        参数:
        endangle - 结束旋转角度
      • getEndAngle

        public Point3D getEndAngle()
        获取结束旋转角度
        返回:
        结束旋转角度